home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / buflist.fpl.readme < prev    next >
Text File  |  1996-05-02  |  2KB  |  46 lines

  1. #############################################################################
  2. File:        BufList.FPL
  3. Author:        Daniel Stenberg
  4. Email:        Daniel.Stenberg@sth.frontec.se
  5. Short:        Easy multiple-buffer interface/overview (Emacs style)
  6. Version:    1.1
  7. Date:        2.5.96
  8. Local settings:
  9. Global settings:
  10. Keysequence:    control x b
  11. Type:
  12. Prereq:
  13. Copyright:
  14. #############################################################################
  15.  
  16. FUNCTION
  17.   Have you ever been in the position when you've had a lot of buffers in
  18. memory and you wanted to i.e kill or save a whole lot of them? I know I have,
  19. and that is the reason why I put this piece together.
  20.  
  21.   Invoking the function with 'control x b' will display a list of all buffers
  22. currently in FrexxEd in a new view (with information whether they are changed,
  23. the protection bits, the sizes and their full file names). You can then move
  24. around the cursor in the list and mark the files in a few different ways:
  25.   'd' - marks the file for deletion
  26.   's' - marks the file for saving
  27.   'u' - unmark the file
  28.  
  29. Press 'x' to perform the actions according to the marks. Pressing 'f' on a
  30. file name will make FrexxEd pop that buffer to front.
  31.  
  32. HISTORY
  33.   1.0 - Original, put together for you to try! Gimme a hint if you have any
  34.     changes you'd like to have included...
  35.   1.1 - Made it deal with block-marks. Mark a block and then press a key
  36.         will be the same as if you pressed that key on all those lines.
  37.  
  38. BUGS
  39.   Don't think so.
  40.  
  41. TODO
  42.   Clone even more functions from the Emacs bufferlist-mode.
  43.  
  44. SEE ALSO
  45.  
  46.